From 0c9906129f8004248db484ce806a38e21905957c Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Mon, 15 Aug 2011 22:06:32 -0400 Subject: [PATCH] Fix previous change. --- lisp/epa.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/epa.el b/lisp/epa.el index a3ec2095443..8ab9e6006e6 100644 --- a/lisp/epa.el +++ b/lisp/epa.el @@ -848,7 +848,7 @@ For example: (delete-region start end) (goto-char start) (insert plain)) - (if copy-function + (if make-buffer-function (with-current-buffer (funcall make-buffer-function) (let ((inhibit-read-only t)) (insert plain))) -- 2.30.2